a
{
	color: #2C424B;
}

a:visited
{
	color: #2C424B;
}
a:hover
{
	color: #7b2e00;
}

/* DATAGRID */
.dataGrid .header
{
	background-color: #F4323A;
	color:White;
}

.datagrid .row1
{
	background-color: #BCE8C2;
}

.datagrid .row2
{
	background-color: #DBF2E0;
}

.formlist .header
{
	background-color: #F4323A;
	color:White;
}

.formlist .row1
{
	background-color: #BCE8C2;
}

.formlist .row2
{
	background-color: #DBF2E0;
}

.fakeLink
{
	color: #2C424B;
}

/* BUTTON */
.button
{
	background-color: #F4323A;
	color: White;
	border: 1px outset #666666;
}

.disabled
{	
	background-color: silver;
}

.buttonSelected
{
	background-color: #333333;
}

/* DIVERSE */
hr
{
	background-color:#666666; 
	color:#666666; 
}

.livegrid .header		{background-color: #F4323A; height:20px; font-weight: bold; color:White}
.livegrid .row1			{background-color: #BCE8C2; height:20px;}
.livegrid .row2			{background-color: #DBF2E0; height:20px;}
.livegrid .flag			{padding-top:5px; text-align:center;}
.livegrid .num			{padding-right:5px; text-align:right;}
